home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / mediaphile disk 3.adf / ARexx / go_toast next >
Text File  |  1991-06-07  |  498b  |  10 lines

  1. ; This dos script is to be used in conjunction with the "toast_uni.rexx"
  2. ; ARexx script. It performs all of the necessary dos functions including
  3. ; changing to the toaster's directory, running the "ARexxWait" program, and
  4. ; running the "switcher" program.
  5.  
  6. CD Toast:                       ;Change to the Toaster's directory
  7. RUN Toast:ARexxWait             ;Wait for switcher to load       
  8. WAIT 1                          ;Hang while program loads
  9. RUN Toast:Switcher              ;Run the switcher
  10.